type runtime.puintptr

9 uses

	runtime (current package)
		runtime2.go#L263: type puintptr uintptr
		runtime2.go#L266: func (pp puintptr) ptr() *p { return (*p)(unsafe.Pointer(pp)) }
		runtime2.go#L269: func (pp *puintptr) set(p *p) { *pp = puintptr(unsafe.Pointer(p)) }
		runtime2.go#L546: 	p               puintptr // attached p for executing go code (nil if not executing go code)
		runtime2.go#L547: 	nextp           puintptr
		runtime2.go#L548: 	oldp            puintptr // the p that was attached before executing a syscall
		runtime2.go#L645: 	link        puintptr
		runtime2.go#L790: 	pidle        puintptr // idle p's